runtime.g.gcscandone (field)

7 uses

	runtime (current package)
		mgc.go#L1744: 		gp.gcscandone = false // set to true in gcphasework
		mgcmark.go#L136: 		if !gp.gcscandone {
		mgcmark.go#L139: 				"gcscandone", gp.gcscandone)
		mgcmark.go#L234: 				gp.gcscandone = true
		mgcmark.go#L237: 			if gp.gcscandone {
		mgcmark.go#L241: 			gp.gcscandone = true
		runtime2.go#L447: 	gcscandone   bool // g has scanned stack; protected by _Gscan bit in status